inherited OpSyncPreviewDialog: TOpSyncPreviewDialog HelpType = htKeyword HelpKeyword = 'Synchronize' BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsSizeable Caption = '%' ClientHeight = 333 ClientWidth = 377 OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object LeftBevel: TUiBevel Left = 0 Top = 73 Width = 8 Height = 221 Align = alLeft Shape = bsSpacer end object RightBevel: TUiBevel Left = 369 Top = 73 Width = 8 Height = 221 Align = alRight Shape = bsSpacer end object TopPanel: TUiPanel Left = 0 Top = 0 Width = 377 Height = 73 Align = alTop BevelOuter = bvNone TabOrder = 0 object PresetImg: TUiImage Left = 8 Top = 8 Width = 16 Height = 16 Transparent = True Images = BcImages.MainImages end object PresetDescLbl: TUiLabel Left = 28 Top = 8 Height = 13 Caption = '%' end object PreviewLbl: TUiLabel Left = 8 Top = 56 Height = 13 Caption = 'Preview:' end object SelOnlyEdit: TUiCheckBox Left = 8 Top = 32 Height = 17 Caption = '&Just Selection' TabOrder = 0 OnClick = SelOnlyClick end end object ProgressLbl: TUiStaticText Left = 16 Top = 76 Width = 12 Height = 17 Caption = '%' Color = clWindow ParentColor = False TabOrder = 1 Transparent = False end object BottomPanel: TUiPanel Left = 0 Top = 294 Width = 377 Height = 39 Align = alBottom BevelOuter = bvNone TabOrder = 2 SizeGripper = True DesignSize = ( 377 39) object UseRecycleBinEdit: TUiCheckBox Left = 8 Top = 11 Height = 17 Caption = '&Use recycle bin if possible' TabOrder = 0 end object SyncBtn: TUiButton Left = 216 Top = 8 Anchors = [akTop, akRight] Caption = '&Sync' Default = True ModalResult = 1 TabOrder = 1 OnClick = SyncClick AutoSize = asRight end object CancelBtn: TUiButton Left = 296 Top = 8 Anchors = [akTop, akRight] Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 AutoSize = asRight end end end